home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / show / gs_src_gs.lha / gs5.03 / rm_one.com < prev    next >
Text File  |  1997-05-14  |  224b  |  8 lines

  1. $ ! OpenVMS command file to emulate behavior of:
  2. $ !
  3. $ !     Define the command for deleting (a) file(s) (including wild cards)
  4. $ !
  5. $ DELETE="DELETE/LOG"
  6. $ FILE = F$SEARCH("''P1'")
  7. $ IF "''FILE'" .NES. "" THEN DELETE 'FILE'
  8.